TabStop Class

Represents a tab stop.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class TabStop
Inheritance
Object    TabStop

Constructors

TabStop Initializes a new instance of the TabStop class.

Properties

Delimiter Specifies the delimiter character for tab stops of type char.
LeaderLineColor Specifies the color of a leader line.
LeaderLineStyle Specifies the style for a leader line.
LeaderLineType Specifies whether a leader line should be drawn, and if so, whether a single or double line will be used.
LeaderLineWidth Specifies the width of a leader line.
LeaderText Specifies the single Unicode character for use as leader text for tab stops.
LeaderTextStyle Specifies the text style that is applied to a textual leader.
Position Specifies the position of a tab stop.
Type Specifies the type of a tab stop.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current TabStop object to its equivalent string representation.
(Overrides ObjectToString)

See Also